/* Set default styles for body */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #f0f0f0;
  }
  
  .wh {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  width: 3rem;
  background:#fff;
  border-radius:999px;
  aspect-ratio: 1;
  display: grid;
  place-items:center;
  font-size: 2rem;
  color: #25aa00;
}
  /* Navbar styles with blur effect */
  .navbar {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
    backdrop-filter: blur(10px); /* Apply blur effect */
    padding: 20px;
    z-index: 1000;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .navbar ul li a {
    text-decoration: none;
    color: rgb(6, 93, 125);
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .navbar ul li a:hover {
    color:#752abf;
  }

  .search-box::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}


.search-box:focus {
  border-color: white;
}

  
  
  /* Section 1 Styles */
  .section1 {
    padding: 60px 0; /* Add padding to create space below the navbar */
    text-align: center;
    color: white;
    height: 100vh; /* Set section height to fill the viewport */
    position: relative; /* Ensure the slider is correctly positioned */
    overflow: hidden;
    z-index: 1; /* Keep content above slider */
  }
  
  .section1 h1 {
    font-size: 2em;
  }
  
  .section1 p {
    font-size: 1.2em;
  }
  
  /* Background image slider for section 1 */
  .slider-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100vh;
    /*height:auto;*/
    background-size: cover;
    background-position: center;
    animation: slider 20s infinite;
    z-index: -1;
     /*Set slider below the text */
  }
   /*Default (for larger screens) */


  
  @keyframes slider {
    0% {
      /*background-image: url('../img/Dubai.jpg'); */
      background-image: url('../image/4.png'); 
    }
    25% {
      background-image: url('../image/9.png');
    }
    50% {
      background-image: url('../image/trading-strategies.png');
    }
    75% {
      background-image: url('../image/6.png');
    }
    100% {
      background-image: url('../image/technical-analysis.jpg');
    }
  }

  .herotext{
    margin-top: 180px;
  }
  .section2{
    border-radius: 15px;
    background-color: rgb(243, 236, 236);
  }


  .section2bgimg {
    background-image: url('../img/group_tour_desktop_banner_image.avif');
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 40px; /* Adjust padding for better spacing */
}

@media (max-width: 768px) {
    .section2bgimg {
        text-align: center; /* Centers text on small screens */
    }
}



.tour-card img {
  height: 200px;
  object-fit: cover;
}
.discount-badge {
  background-color: #d4edda;
  color: #155724;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}



.tour-card-unique img {
  height: 200px;
  object-fit: cover;
}
.discount-badge-unique {
  background-color: #d4edda;
  color: #155724;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}
.destination-card-unique img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.partner-logos-unique img {
  max-width: 100px;
  margin: 10px;

  display: flex;
}
.review-container {
width: 50%;
margin: auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: white;
}
.customer-img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.stars {
color: #FFD700;
font-size: 24px;
}

.review-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.review-container {
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 30%;
}
.customer-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}


.feature-icon {
  width: 80px;
  height: auto;
}
.feature-box {
  text-align: center;
  padding: 20px;
}



.package-link {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.package-link:hover {
  color: orange;
}

/*.footer {*/
/*  background-color: #222;*/
/*  color: #fff;*/
/*  padding: 40px 0;*/
/*}*/
/*.footer a {*/
/*  color: #ccc;*/
/*  text-decoration: none;*/
/*  transition: color 0.3s;*/
/*}*/
/*.footer a:hover {*/
/*  color: orange;*/
/*}*/
/*.footer-icons a {*/
/*  font-size: 20px;*/
/*  margin-right: 15px;*/
/*  color: #ccc;*/
/*}*/
/*.footer-icons a:hover {*/
  /*color: orange;*/
/*}*/


.feature-icon {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.feature-box {
  text-align: center;
  padding: 20px;
}
.feature-box a {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}
.feature-box a:hover {
  text-decoration: underline;
}
.partner img {
  width: 15rem !important;
  aspect-ratio: 2;
  object-fit: contain;
  margin:auto ;
}

/* footer  */

/*footer {*/
/*  background: linear-gradient(90deg, #0077b6, #00b4d8, #48cae4, #90e0ef);*/
/*  color: white;*/
/*  padding: 40px 0;*/
/*}*/

footer ul li {
  transition: color 0.3s ease-in-out;
}

footer ul li:hover {
  color: #ffcc00;
}

footer hr {
  border-color: #ffcc00;
}

footer .form-control {
  border: 2px solid #ffcc00;
  transition: all 0.3s ease;
}

footer .form-control:focus {
  border-color: #ff8800;
  box-shadow: 0px 0px 10px rgba(255, 136, 0, 0.5);
}

footer button {
  background-color: #ff8800;
  border: none;
  transition: all 0.3s ease;
}

footer button:hover {
  background-color: #ff5500;
}

footer i {
  transition: color 0.3s ease-in-out;
}

footer i:hover {
  color: #ffcc00;
}

.btn-1 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.btn-1:active,
.btn-1:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .btn-1 {
    font-size: 24px;
    min-width: 196px;
  }
}

.btn-2 {
  
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;

  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  /*background-color: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);*/
  background:#752abf;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}

.btn-2:hover {
  background-position: right center;
  /* change the direction of the change here */
  color:black;
  background: #752abf;
  text-decoration: none;
}

.btn-2:active {
  transform: scale(0.95);
}